Skip to content

docs(custom-webpack): document ts-node configuration for custom tsconfig (fixes #1162)#2206

Open
just-jeb wants to merge 1 commit intomasterfrom
fix/1162-document-ts-node-config
Open

docs(custom-webpack): document ts-node configuration for custom tsconfig (fixes #1162)#2206
just-jeb wants to merge 1 commit intomasterfrom
fix/1162-document-ts-node-config

Conversation

@just-jeb
Copy link
Copy Markdown
Owner

@just-jeb just-jeb commented May 5, 2026

Problem

Users requesting a way to specify a custom tsconfig for indexTransform and customWebpackConfig files.

Solution

Added documentation explaining that this already works via the ts-node configuration section in tsconfig.json, which is a standard TypeScript/ts-node feature.

Changes

  • Updated packages/custom-webpack/README.md:
    • Added new subsection 'Using a Custom TypeScript Configuration for indexTransform' under the Index Transform section
    • Provided examples of two approaches:
      1. Inline ts-node compilerOptions overrides
      2. Using a separate tsconfig file via ts-node.tsconfig
    • Updated Table of Contents
    • Linked to official ts-node documentation

Note

This is purely a documentation enhancement. The feature was already working as Jeb noted in the issue comments — users just didn't know how to use it.

Fixes #1162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specify a custom tsconfig for indexTransform & customWebpackConfig

1 participant